home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TPICVIEW / TPICVIEW.txt
Encoding:
Text File  |  1996-04-05  |  1.9 KB  |  98 lines

  1. object PicView: TPicView
  2.   Left = 237
  3.   Top = 37
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Gif View'
  7.   ClientHeight = 347
  8.   ClientWidth = 384
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object GIFImage1: tGIFImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 384
  21.     Height = 288
  22.     Align = alClient
  23.     Center = True
  24.     Stretch = True
  25.     Visible = False
  26.     GIFSizeOnly = False
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 318
  31.     Width = 384
  32.     Height = 29
  33.     Align = alBottom
  34.     TabOrder = 0
  35.     object BitBtn1: TBitBtn
  36.       Left = 9
  37.       Top = 5
  38.       Width = 181
  39.       Height = 20
  40.       Caption = 'Browse'
  41.       TabOrder = 0
  42.       OnClick = BitBtn1Click
  43.     end
  44.     object BitBtn2: TBitBtn
  45.       Left = 194
  46.       Top = 5
  47.       Width = 180
  48.       Height = 20
  49.       TabOrder = 1
  50.       OnClick = BitBtn2Click
  51.       Kind = bkClose
  52.     end
  53.   end
  54.   object Panel2: TPanel
  55.     Left = 0
  56.     Top = 288
  57.     Width = 384
  58.     Height = 30
  59.     Align = alBottom
  60.     TabOrder = 1
  61.     object Label1: TLabel
  62.       Left = 6
  63.       Top = 7
  64.       Width = 180
  65.       Height = 16
  66.       Alignment = taCenter
  67.       AutoSize = False
  68.       Caption = 'Width: 0'
  69.       Font.Color = clBlue
  70.       Font.Height = -13
  71.       Font.Name = 'System'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Label2: TLabel
  76.       Left = 198
  77.       Top = 7
  78.       Width = 180
  79.       Height = 16
  80.       Alignment = taCenter
  81.       AutoSize = False
  82.       Caption = 'Height: 0'
  83.       Font.Color = clBlue
  84.       Font.Height = -13
  85.       Font.Name = 'System'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.   end
  90.   object OpenDialog1: TOpenDialog
  91.     FileEditStyle = fsEdit
  92.     Filter = 'GIF Files|*.gif'
  93.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  94.     Left = 8
  95.     Top = 304
  96.   end
  97. end
  98.